home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / os2 / os2tsl.zip / README.DOC next >
Text File  |  1992-06-16  |  5KB  |  118 lines

  1.                             Trantor Systems, Ltd.
  2.                              5415 Randall Place
  3.                              Fremont, CA  94538
  4.                                 510-770-1400
  5.                               510-770-9910 FAX
  6.                               510-656-5159 BBS
  7.  
  8. June 16, 1992
  9.  
  10.  
  11. These drivers are for Trantor T128, T228, T338 and T130B SCSI host
  12. adapter cards and OS/2 2.0.  Earlier versions of OS/2 are not supported.
  13.  
  14. These drivers are Copyright 1992 by Trantor Systems, Ltd.  All rights
  15. reserved.  They may be freely distributed to owners of Trantor products
  16. as long as this documentation file is included with the files.  Latest
  17. revisions of these files can be obtained from the Trantor BBS system or
  18. they may be ordered on disk from the Trantor office for a small charge.
  19.  
  20.  
  21. Files on this release:
  22.  
  23.     README.DOC          This file
  24.     T128SCSI.ADD        T128 / T228 driver
  25.     T13BSCSI.ADD        T130B driver
  26.     T338SCSI.ADD        T338 MiniSCSI driver
  27.     T128SCSI.DDP        T128 / T228 Install script
  28.     T13BSCSI.DDP        T130B Install script
  29.     T338SCSI.DDP        T338 MiniSCSI Install script
  30.  
  31. All files are being distributed in a self-extracting archive file called
  32. OS2-TSL.EXE for use with BBS systems.
  33.  
  34.  
  35. AUTOMATIC INSTALLATION
  36.  
  37. Copy all the above files to a floppy.  This floppy is now a device
  38. support diskette.  Insert it in A: and run DDINSTAL from the OS/2
  39. prompt.  The Device Driver Install icon can be found by selecting the
  40. OS/2 System icon on the desktop, then the System Setup icon in that
  41. window.  Insert your floppy in a disk drive and double click on the
  42. Device Driver Install icon.
  43.  
  44.  
  45. MANUAL INSTALLATION
  46.  
  47. The desired driver must be copied to the OS/2 2.0 directory:
  48.  
  49.     COPY A:*.* C:\OS2
  50.  
  51. This driver should be installed in the config.sys file as follows:
  52.  
  53.     ....
  54.     BASEDEV=T338SCSI.ADD
  55.     BASEDEV=OS2DASD.DMD
  56.     IFS=C:\OS2\CDFS.IFS /Q
  57.     BASEDEV=OS2SCSI.DMD
  58.     ....
  59.  
  60. All of the above drivers are necessary for CD and HD support. They
  61. should be inserted in your CONFIG.SYS.  Some of these drivers
  62. might already be in your CONFIG.SYS file.  All drivers except for
  63. TxxxSCSI.ADD are placed in the OS2 directory during the initial OS2
  64. installation.
  65.  
  66. OS2DASD.DMD is already in the CONFIG.SYS, but the other drivers may not
  67. be there.  Be sure you add them either manually or with the OS/2
  68. Installer.
  69.  
  70. The OS/2 .ADD driver we supply is fully compatible with any driver that
  71. interfaces with the .ADD specification for OS/2 2.0.  It will work
  72. transparently with any hard disk supported by OS/2.
  73.  
  74.  
  75. OPTICAL DRIVES:
  76. IBM supplies a driver called OPTICAL.SYS for use with their 3.5"
  77. Magneto-Optical drive and other Magneto-Optical drives.  We have
  78. confirmed that it works correctly with this .ADD release.
  79.  
  80. In addition, we have implemented an optional command line switch that
  81. will enable some Magneto-Optical drives to be treated like a hard drive
  82. when OPTICAL.SYS is not available.  Adding the command line parameter of
  83. /o to the .ADD driver forces the operating system to treat an MO drive
  84. as a standard hard drive.
  85.  
  86.                                         
  87. CD-ROM DRIVES:
  88. IBM recommends using CDROM.SYS (which is supplied with OS/2 2.0) with
  89. the /i option for non-IBM CD-ROM drives.  This driver may not support
  90. audio commands on all CD-ROM drives.  IBM is planning to release an
  91. updated driver that supports audio commands for most CD-ROM drives.
  92. Please contact IBM for more information on their CD-ROM support and
  93. future drivers.
  94.  
  95. To support CD-ROM drives that are not supported with the /i option of
  96. CDROM.SYS, we have implemented a command line switch of /t in our .ADD
  97. that emulates the IBM (Toshiba) CD-ROM drive and allows standard data
  98. read commands to work with most SCSI CD-ROM drives.  NOTE: Audio
  99. commands are not supported and may cause unpredictable results with some
  100. CD-ROM drives.
  101. Add the command line parameter in the following manner:
  102. BASEDEV=T338SCSI.ADD /t
  103.  
  104. In order to have a CD-ROM drive show on your desktop with a CD-ROM icon,
  105. you must have a CD-ROM disc in your drive when the system is booted.  If
  106. you boot with an empty CD-ROM drive, the drive icon will appear as a
  107. floppy disk instead of a CD-ROM disc.  This will not affect the
  108. operation of the CD-ROM drive itself.
  109.  
  110.  
  111. NOTES:
  112.         - Removable media is supported. It was tested with a SyQuest drive.
  113.         - OPTICAL.SYS provided by IBM will support MO drives.
  114.         - option /o supports MO drives by treating them like HD's.
  115.         - option /t supports non-IBM CD-ROM drives for data only by
  116.           emulating the IBM CD-ROM drive.
  117.  
  118.